ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Range Structure / Range Constructor / Range Constructor(Int32,Nullable<Int32>)
The start of the range.
The length of the range.

In This Topic
    Range Constructor(Int32,Nullable<Int32>)
    In This Topic
    Initializes a new instance of the Range struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As Integer, _
       ByVal length As Nullable(Of Integer) _
    )
    public Range( 
       int start,
       Nullable<int> length
    )

    Parameters

    start
    The start of the range.
    length
    The length of the range.
    See Also